-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm chart updates related to Prometheus, Webhook HPA, and Flyteconsole probes #5508
Helm chart updates related to Prometheus, Webhook HPA, and Flyteconsole probes #5508
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
Some flyte components were lacking metrics. clustersyncresources is especially necessary now that new projects are created frequently in serverless. But we should be monitoring all internal services to some extent. * Update clusterresourcesync to export metrics via httpendpoint * Update clusterresourcesync deployment with Prometheus scrape annotations, disabled by default * Update propeller deployment with Prometheus scrape annotations, disabled by default * Update webhook deployment with Prometheus scrape annotations, disabled by default * Create Webhook HPA, default disabled. Changes are intended to be forward-compatible, specifically with Prometheus Pod and ServiceMonitor. towards PE-912 towards PE-846 Signed-off-by: Mike Hotan <[email protected]>
* flyteconsole service monitor Signed-off-by: Mike Hotan <[email protected]>
Make flyteconsole readiness & liveness probe configurable Signed-off-by: Mike Hotan <[email protected]>
713b7f5
to
e5d89bd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5508 +/- ##
==========================================
- Coverage 61.01% 61.01% -0.01%
==========================================
Files 794 794
Lines 51443 51445 +2
==========================================
- Hits 31390 31388 -2
- Misses 17161 17165 +4
Partials 2892 2892
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Congrats on merging your first pull request! 🎉 |
…le probes (flyteorg#5508) Signed-off-by: Vladyslav Libov <[email protected]>
Why are the changes needed?
Various Helm chart updates deemed appropriate to upstream from Union internal usage.
How was this patch tested?
All three patches (commits) were tested individually within Union internal flyte deployment